skrtt skrttt sort

Data

Please fill the section below with the number of elements you want to sort and the elements in comma separated value. The number of elements can't exceed 10 and the elements should be positive integer.

Number of Elements:


Elements:




Complexity

Bubble Sort: O(n2)
Merge Sort: O(n Logn)
Steps: 0